home *** CD-ROM | disk | FTP | other *** search
/ U.S. Robotics Connections 2 / US Robotics Connections.iso / mac / SourceMc / CompuServeCD.DIR / 00003.ls < prev    next >
Encoding:
Text File  |  1996-02-29  |  185 b   |  11 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     sound fadeOut 1, 60
  4.   end if
  5.   sound fadeOut 2, 60
  6.   repeat with x = 13 to 24
  7.     set the cursor of sprite x to 0
  8.   end repeat
  9.   cursor(200)
  10. end
  11.